home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / en-US.jar / locale / en-US / global / printing.properties < prev    next >
Encoding:
Text File  |  2007-06-13  |  6.4 KB  |  107 lines

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. #
  4. # The contents of this file are subject to the Mozilla Public License Version
  5. # 1.1 (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. # http://www.mozilla.org/MPL/
  8. #
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. #
  14. # The Original Code is mozilla.org code.
  15. #
  16. # The Initial Developer of the Original Code is
  17. # Netscape Communications Corporation.
  18. # Portions created by the Initial Developer are Copyright (C) 1998
  19. # the Initial Developer. All Rights Reserved.
  20. #
  21. # Contributor(s):
  22. #   Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
  23. #
  24. # Alternatively, the contents of this file may be used under the terms of
  25. # either of the GNU General Public License Version 2 or later (the "GPL"),
  26. # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27. # in which case the provisions of the GPL or the LGPL are applicable instead
  28. # of those above. If you wish to allow use of your version of this file only
  29. # under the terms of either the GPL or the LGPL, and not to allow others to
  30. # use your version of this file under the terms of the MPL, indicate your
  31. # decision by deleting the provisions above and replace them with the notice
  32. # and other provisions required by the GPL or the LGPL. If you do not delete
  33. # the provisions above, a recipient may use your version of this file under
  34. # the terms of any one of the MPL, the GPL or the LGPL.
  35. #
  36. # ***** END LICENSE BLOCK *****
  37.  
  38. # Page number formating
  39. ## @page_number The current page number
  40. #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
  41. # Place the word %ld where the page number and number of pages should be
  42. # The first %ld will receive the the page number
  43. pagenumber=%1$d
  44.  
  45. # Page number formating
  46. ## @page_number The current page number
  47. ## @page_total The total number of pages
  48. #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
  49. # Place the word %ld where the page number and number of pages should be
  50. # The first %ld will receive the the page number
  51. # the second %ld will receive the total number of pages
  52. pageofpages=%1$d of %2$d
  53.  
  54. noPrintFilename.title=Filename is missing
  55. noPrintFilename.alert=You have selected "Print To: File", and the filename is empty!
  56.  
  57. # File confirm
  58. fileConfirm.exists=%S already exists.\nDo you want to replace it?
  59.  
  60. # Print error codes
  61. print_error_dialog_title=Printer Error
  62. printpreview_error_dialog_title=Print Preview Error
  63. NS_ERROR_GFX_PRINTER_CMD_NOT_FOUND=There was a problem printing. The printer doesn't support a printing command.
  64. NS_ERROR_GFX_PRINTER_CMD_FAILURE=There was a problem printing. An instruction that was sent to the printer failed.
  65. NS_ERROR_GFX_PRINTER_NO_PRINTER_AVAILABLE=There was a problem printing. No printer could be found.
  66. NS_ERROR_GFX_PRINTER_NAME_NOT_FOUND=There was a problem printing. The printer could not be found.
  67. NS_ERROR_GFX_PRINTER_ACCESS_DENIED=There was a problem printing. Access to the printer was denied.
  68. NS_ERROR_GFX_PRINTER_INVALID_ATTRIBUTE=There was a problem printing. Tried to set an invalid printer attribute.
  69. NS_ERROR_GFX_PRINTER_PRINTER_NOT_READY=There was a problem printing. The printer not ready.
  70. NS_ERROR_GFX_PRINTER_OUT_OF_PAPER=There was a problem printing. The printer is out of paper.
  71. NS_ERROR_GFX_PRINTER_PRINTER_IO_ERROR=There was a problem printing. Printer I/O error.
  72. NS_ERROR_GFX_PRINTER_COULD_NOT_OPEN_FILE=There was a problem printing. The output file could not be opened.
  73. NS_ERROR_GFX_PRINTER_FILE_IO_ERROR=There was an error writing the printing output file.
  74. NS_ERROR_GFX_PRINTER_PRINTPREVIEW=There must be at least one printer available to show Print Preview.
  75. NS_ERROR_UNEXPECTED=There was an unexpected problem when printing.
  76. NS_ERROR_OUT_OF_MEMORY=There was a problem printing. There is not enough free memory to print.
  77. NS_ERROR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet.
  78. NS_ERROR_NOT_AVAILABLE=Not available
  79. NS_ERROR_ABORT=The print job was aborted, or canceled.
  80. NS_ERROR_FAILURE=An unknown error occurred while printing.
  81. NS_ERROR_GFX_PRINTER_STARTDOC=Printing failed when starting the document.
  82. NS_ERROR_GFX_PRINTER_ENDDOC=Printing failed when completing the document.
  83. NS_ERROR_GFX_PRINTER_STARTPAGE=Printing failed when starting the page.
  84. NS_ERROR_GFX_PRINTER_ENDPAGE=Printing failed when completing the page.
  85. NS_ERROR_GFX_PRINTER_PRINT_WHILE_PREVIEW=You cannot print while in print preview.
  86. NS_ERROR_GFX_PRINTER_PAPER_SIZE_NOT_SUPPORTED=There was a problem printing because the paper size you specified is not supported by your printer.
  87. NS_ERROR_GFX_PRINTER_ORIENTATION_NOT_SUPPORTED=There was a problem printing because the page orientation you specified is not supported by your printer.
  88. NS_ERROR_GFX_PRINTER_COLORSPACE_NOT_SUPPORTED=There was a problem printing because the print job requires color capabilities that your printer does not support.
  89. NS_ERROR_GFX_PRINTER_TOO_MANY_COPIES=There was a problem printing because you requested too many copies.
  90. NS_ERROR_GFX_PRINTER_DRIVER_CONFIGURATION_ERROR=There was a problem printing. The printer driver is not properly configured.
  91. NS_ERROR_GFX_PRINTER_DOC_IS_BUSY_PP=The browser cannot print preview right now.\nPlease try again when the page has finished loading.
  92. NS_ERROR_GFX_PRINTER_DOC_WAS_DESTORYED=The page was replaced while you were trying to print.\nPlease try again.
  93. NS_ERROR_GFX_NO_PRINTDIALOG_IN_TOOLKIT=Either pluggable dialogs were not properly installed\nOr this GFX Toolkit no longer supports native Print Dialogs
  94. NS_ERROR_GFX_NO_PRINTROMPTSERVICE=The Printing Prompt Service is missing.
  95. NS_ERROR_GFX_PRINTER_NO_XUL=We are unable to Print or Print Preview this page.
  96. NS_ERROR_GFX_PRINTER_PLEX_NOT_SUPPORTED=There was a problem printing because the plex mode you specified is not supported by your printer.
  97. NS_ERROR_GFX_PRINTER_DOC_IS_BUSY=The browser cannot print the document while it is being loaded.
  98. NS_ERROR_GFX_PRINTING_NOT_IMPLEMENTED=Printing is not implemented.
  99. NS_ERROR_GFX_COULD_NOT_LOAD_PRINT_MODULE=The requested print module cannot be loaded.
  100. NS_ERROR_GFX_PRINTER_RESOLUTION_NOT_SUPPORTED=There was a problem printing because the resolution/quality mode you specified is not supported by your printer.
  101.  
  102. # No printers available
  103. noprinter=No printers available.
  104. PrintToFile=Print To File
  105. # EOF.
  106.  
  107.